MemoryEfficientEnd(float[],Point2D,float) Method

Summary
Ends object creation and makes it ready to be displayed.
Syntax
C#
VB
C++
public void MemoryEfficientEnd( 
   float[] imageOrientation, 
   Point2D pixelSpacing, 
   float sliceThickness 
) 
  
Public Overloads Sub MemoryEfficientEnd( _ 
   ByVal imageOrientation() As Single, _ 
   ByVal pixelSpacing As Point2D, _ 
   ByVal sliceThickness As Single _ 
)  
public: 
void MemoryEfficientEnd(  
   array<float>^ imageOrientation, 
   Point2D pixelSpacing, 
   float sliceThickness 
)  

Parameters

imageOrientation
Orientation of the image. Get this value from the DICOM file.

pixelSpacing
The spacing between pixels. Get this value from the DICOM file.

sliceThickness
The spacing between two successive frames.

Remarks

This function is used when a series of frames are un-sorted or are sorted based on their instance number or capturing time.

Example

For an example, refer to Medical3DObject

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.